home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / gnulib / libsrc98.zoo / fhandle.c < prev    next >
C/C++ Source or Header  |  1993-03-01  |  171b  |  10 lines

  1.  
  2. /* file handle info keeper, prevents excessive calls to isatty
  3.  * and other info
  4.  */
  5.  
  6. #define __FHANDLE_C__
  7. #include "lib.h"
  8.  
  9. struct __open_file __open_stat[__NHANDLES];
  10.